Remove support for `editorconfig-override-*-local-variables`
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 17 Jun 2024 14:54:25 +0000 (10:54 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 19 Jun 2024 18:38:31 +0000 (14:38 -0400)
commit8cfa6fe80128da62d28da37c5baedd201b796bb8
treed608b80267b3432b18050828f7e6f687ad6616aa
parent3f90253dae0eda0ff2fa0b2635dc8e9b6a300641
Remove support for `editorconfig-override-*-local-variables`

With the Emacs-30 hooks we can't easily override file-local settings
and we can't easily control whether we override dir-local settings,
so we remove support for those config vars.

* lisp/editorconfig.el (editorconfig-override-file-local-variables)
(editorconfig-override-dir-local-variables): Remove custom vars.
(editorconfig--should-set): Presume they were nil.
lisp/editorconfig.el